home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 526-550 / disk_536 / increv / src.lzh / increv.h < prev    next >
C/C++ Source or Header  |  1991-08-23  |  892b  |  32 lines

  1. /***************************************************************************
  2. * increv.h: header file for increv.c, contains #defines etc.           *
  3. *                                       *
  4. * initially created somewhere in 1990                       *
  5. ***************************************************************************/
  6.  
  7. /* ---------------- source code revisions, kept by RCS ------------------ */
  8.  
  9. /* $Header: Hard0:C-Compiler/src/increv/rcs/increv.h,v 1.0 91/08/12 14:45:59 Mtwx Exp $ */
  10. /* $Log:    increv.h,v $
  11.  * Revision 1.0  91/08/12  14:45:59  Mtwx
  12.  * Initial revision
  13.  *  */
  14.  
  15. /* ------------------------------- defines ------------------------------ */
  16.  
  17. #define DATE_UPD_ONLY 1
  18. #define NEW_VERSION 2
  19. #define NEW_REVISION 4
  20. #define NEW_USER 8
  21. #define NEW_ID 16
  22. #define CREATE_FILE 32
  23. #ifdef UNIX
  24. #define FILENAME_LENGTH 14
  25. #endif
  26. #ifdef MSDOS
  27. #define FILENAME_LENGTH 11
  28. #endif
  29. #ifdef AMIGA
  30. #define FILENAME_LENGTH 30
  31. #endif
  32.